home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / acpi / suspend.d / 75-console-switch.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2006-10-15  |  158 b   |  9 lines

  1. #!/bin/sh
  2.  
  3. # And remember which console we're on
  4. CONSOLE=`fgconsole`
  5.  
  6. # Change away from X, otherwise it'll blow up when we POST the video interface
  7. chvt 12
  8.  
  9.